Make the list model read in directory information as well.
authorFederico Mena Quintero <federico@ximian.com>
Tue, 9 Sep 2003 17:50:23 +0000 (17:50 +0000)
committerFederico Mena Quintero <federico@src.gnome.org>
Tue, 9 Sep 2003 17:50:23 +0000 (17:50 +0000)
commit4b3e2d69a5c09303f0b7afd63aeaf49d798713f7
tree953e717e426add05d590b81803881f0ffee35c93
parent243256ad4ea4be088adf0a7b9663b4b428041b8f
Make the list model read in directory information as well.

2003-09-09  Federico Mena Quintero  <federico@ximian.com>

* gtkfilechooserimpldefault.c (tree_selection_changed): Make the
list model read in directory information as well.
(set_cell_text_bold_if_folder): New utility function.  Sets a
cell's text, making it bold if the file info is a folder.
(list_name_data_func): Use set_cell_text_bold_if_folder().
(list_mtime_data_func): Use set_cell_text_bold_if_folder().
(list_size_data_func): Don't set anything if the file info is a
folder.
gtk/gtkfilechooserdefault.c